Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ElasticSearch): Postgres synchronization #10521

Merged
merged 4 commits into from
Dec 19, 2024
Merged

Conversation

Betree
Copy link
Member

@Betree Betree commented Dec 4, 2024

@Betree Betree self-assigned this Dec 4, 2024
@Betree Betree force-pushed the feat/elastic-search-sync branch 15 times, most recently from b823b6d to b8517bb Compare December 11, 2024 15:37
@Betree Betree force-pushed the feat/elastic-search-sync branch 7 times, most recently from 0b79101 to 97e5b94 Compare December 13, 2024 09:14
@Betree Betree requested a review from gustavlrsn December 13, 2024 09:14
@Betree Betree marked this pull request as ready for review December 13, 2024 09:14
@Betree Betree force-pushed the feat/elastic-search-sync branch from ff9110c to 0a91e0d Compare December 17, 2024 15:37
@Betree Betree force-pushed the feat/elastic-search-sync branch from 7e3271f to 46e08ca Compare December 19, 2024 09:17
@Betree
Copy link
Member Author

Betree commented Dec 19, 2024

@gustavlrsn I added support for a customizable index prefix to share an ElasticSearch instance between multiple environments. The indexes are created as staging_collectives instead of collectives.

This is also used in tests: test data will be created as test_{index} to not tamper the local dev data.

@Betree Betree force-pushed the feat/elastic-search-sync branch from 46e08ca to c3c17bf Compare December 19, 2024 09:35
@Betree Betree merged commit a4316d7 into main Dec 19, 2024
20 checks passed
@Betree Betree deleted the feat/elastic-search-sync branch December 19, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Elastic search: add a synchronization mechanism
2 participants